3.27.39 \(\int \frac {1}{\sqrt {a+b x} \sqrt {c+d x} \sqrt {e+f x}} \, dx\) [2639]

Optimal. Leaf size=134 \[ \frac {2 \sqrt {-b c+a d} \sqrt {\frac {b (c+d x)}{b c-a d}} \sqrt {\frac {b (e+f x)}{b e-a f}} F\left (\sin ^{-1}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {-b c+a d}}\right )|\frac {(b c-a d) f}{d (b e-a f)}\right )}{b \sqrt {d} \sqrt {c+d x} \sqrt {e+f x}} \]

[Out]

2*EllipticF(d^(1/2)*(b*x+a)^(1/2)/(a*d-b*c)^(1/2),((-a*d+b*c)*f/d/(-a*f+b*e))^(1/2))*(a*d-b*c)^(1/2)*(b*(d*x+c
)/(-a*d+b*c))^(1/2)*(b*(f*x+e)/(-a*f+b*e))^(1/2)/b/d^(1/2)/(d*x+c)^(1/2)/(f*x+e)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.08, antiderivative size = 134, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 28, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.071, Rules used = {122, 121} \begin {gather*} \frac {2 \sqrt {a d-b c} \sqrt {\frac {b (c+d x)}{b c-a d}} \sqrt {\frac {b (e+f x)}{b e-a f}} F\left (\text {ArcSin}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {a d-b c}}\right )|\frac {(b c-a d) f}{d (b e-a f)}\right )}{b \sqrt {d} \sqrt {c+d x} \sqrt {e+f x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/(Sqrt[a + b*x]*Sqrt[c + d*x]*Sqrt[e + f*x]),x]

[Out]

(2*Sqrt[-(b*c) + a*d]*Sqrt[(b*(c + d*x))/(b*c - a*d)]*Sqrt[(b*(e + f*x))/(b*e - a*f)]*EllipticF[ArcSin[(Sqrt[d
]*Sqrt[a + b*x])/Sqrt[-(b*c) + a*d]], ((b*c - a*d)*f)/(d*(b*e - a*f))])/(b*Sqrt[d]*Sqrt[c + d*x]*Sqrt[e + f*x]
)

Rule 121

Int[1/(Sqrt[(a_) + (b_.)*(x_)]*Sqrt[(c_) + (d_.)*(x_)]*Sqrt[(e_) + (f_.)*(x_)]), x_Symbol] :> Simp[2*(Rt[-b/d,
 2]/(b*Sqrt[(b*e - a*f)/b]))*EllipticF[ArcSin[Sqrt[a + b*x]/(Rt[-b/d, 2]*Sqrt[(b*c - a*d)/b])], f*((b*c - a*d)
/(d*(b*e - a*f)))], x] /; FreeQ[{a, b, c, d, e, f}, x] && GtQ[b/(b*c - a*d), 0] && GtQ[b/(b*e - a*f), 0] && Si
mplerQ[a + b*x, c + d*x] && SimplerQ[a + b*x, e + f*x] && (PosQ[-(b*c - a*d)/d] || NegQ[-(b*e - a*f)/f])

Rule 122

Int[1/(Sqrt[(a_) + (b_.)*(x_)]*Sqrt[(c_) + (d_.)*(x_)]*Sqrt[(e_) + (f_.)*(x_)]), x_Symbol] :> Dist[Sqrt[b*((c
+ d*x)/(b*c - a*d))]/Sqrt[c + d*x], Int[1/(Sqrt[a + b*x]*Sqrt[b*(c/(b*c - a*d)) + b*d*(x/(b*c - a*d))]*Sqrt[e
+ f*x]), x], x] /; FreeQ[{a, b, c, d, e, f}, x] &&  !GtQ[(b*c - a*d)/b, 0] && SimplerQ[a + b*x, c + d*x] && Si
mplerQ[a + b*x, e + f*x]

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {a+b x} \sqrt {c+d x} \sqrt {e+f x}} \, dx &=\frac {\sqrt {\frac {b (c+d x)}{b c-a d}} \int \frac {1}{\sqrt {a+b x} \sqrt {\frac {b c}{b c-a d}+\frac {b d x}{b c-a d}} \sqrt {e+f x}} \, dx}{\sqrt {c+d x}}\\ &=\frac {\left (\sqrt {\frac {b (c+d x)}{b c-a d}} \sqrt {\frac {b (e+f x)}{b e-a f}}\right ) \int \frac {1}{\sqrt {a+b x} \sqrt {\frac {b c}{b c-a d}+\frac {b d x}{b c-a d}} \sqrt {\frac {b e}{b e-a f}+\frac {b f x}{b e-a f}}} \, dx}{\sqrt {c+d x} \sqrt {e+f x}}\\ &=\frac {2 \sqrt {-b c+a d} \sqrt {\frac {b (c+d x)}{b c-a d}} \sqrt {\frac {b (e+f x)}{b e-a f}} F\left (\sin ^{-1}\left (\frac {\sqrt {d} \sqrt {a+b x}}{\sqrt {-b c+a d}}\right )|\frac {(b c-a d) f}{d (b e-a f)}\right )}{b \sqrt {d} \sqrt {c+d x} \sqrt {e+f x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 7.62, size = 126, normalized size = 0.94 \begin {gather*} -\frac {2 \sqrt {c+d x} \sqrt {\frac {b (e+f x)}{f (a+b x)}} F\left (\sin ^{-1}\left (\frac {\sqrt {a-\frac {b c}{d}}}{\sqrt {a+b x}}\right )|\frac {b d e-a d f}{b c f-a d f}\right )}{\sqrt {a-\frac {b c}{d}} d \sqrt {\frac {b (c+d x)}{d (a+b x)}} \sqrt {e+f x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/(Sqrt[a + b*x]*Sqrt[c + d*x]*Sqrt[e + f*x]),x]

[Out]

(-2*Sqrt[c + d*x]*Sqrt[(b*(e + f*x))/(f*(a + b*x))]*EllipticF[ArcSin[Sqrt[a - (b*c)/d]/Sqrt[a + b*x]], (b*d*e
- a*d*f)/(b*c*f - a*d*f)])/(Sqrt[a - (b*c)/d]*d*Sqrt[(b*(c + d*x))/(d*(a + b*x))]*Sqrt[e + f*x])

________________________________________________________________________________________

Maple [A]
time = 0.09, size = 192, normalized size = 1.43

method result size
default \(-\frac {2 \left (c f -d e \right ) \EllipticF \left (\sqrt {-\frac {\left (f x +e \right ) d}{c f -d e}}, \sqrt {\frac {\left (c f -d e \right ) b}{d \left (a f -b e \right )}}\right ) \sqrt {\frac {\left (d x +c \right ) f}{c f -d e}}\, \sqrt {\frac {\left (b x +a \right ) f}{a f -b e}}\, \sqrt {-\frac {\left (f x +e \right ) d}{c f -d e}}\, \sqrt {b x +a}\, \sqrt {d x +c}\, \sqrt {f x +e}}{f d \left (b d f \,x^{3}+a d f \,x^{2}+b c f \,x^{2}+b d e \,x^{2}+a c f x +a d e x +b c e x +a c e \right )}\) \(192\)
elliptic \(\frac {2 \sqrt {\left (b x +a \right ) \left (d x +c \right ) \left (f x +e \right )}\, \left (-\frac {c}{d}+\frac {e}{f}\right ) \sqrt {\frac {x +\frac {e}{f}}{-\frac {c}{d}+\frac {e}{f}}}\, \sqrt {\frac {x +\frac {a}{b}}{-\frac {e}{f}+\frac {a}{b}}}\, \sqrt {\frac {x +\frac {c}{d}}{-\frac {e}{f}+\frac {c}{d}}}\, \EllipticF \left (\sqrt {\frac {x +\frac {e}{f}}{-\frac {c}{d}+\frac {e}{f}}}, \sqrt {\frac {-\frac {e}{f}+\frac {c}{d}}{-\frac {e}{f}+\frac {a}{b}}}\right )}{\sqrt {b x +a}\, \sqrt {d x +c}\, \sqrt {f x +e}\, \sqrt {b d f \,x^{3}+a d f \,x^{2}+b c f \,x^{2}+b d e \,x^{2}+a c f x +a d e x +b c e x +a c e}}\) \(230\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(b*x+a)^(1/2)/(d*x+c)^(1/2)/(f*x+e)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-2*(c*f-d*e)*EllipticF((-(f*x+e)*d/(c*f-d*e))^(1/2),((c*f-d*e)*b/d/(a*f-b*e))^(1/2))*((d*x+c)*f/(c*f-d*e))^(1/
2)*((b*x+a)*f/(a*f-b*e))^(1/2)*(-(f*x+e)*d/(c*f-d*e))^(1/2)/f/d*(b*x+a)^(1/2)*(d*x+c)^(1/2)*(f*x+e)^(1/2)/(b*d
*f*x^3+a*d*f*x^2+b*c*f*x^2+b*d*e*x^2+a*c*f*x+a*d*e*x+b*c*e*x+a*c*e)

________________________________________________________________________________________

Maxima [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(1/2)/(d*x+c)^(1/2)/(f*x+e)^(1/2),x, algorithm="maxima")

[Out]

integrate(1/(sqrt(b*x + a)*sqrt(d*x + c)*sqrt(f*x + e)), x)

________________________________________________________________________________________

Fricas [C] Result contains higher order function than in optimal. Order 9 vs. order 4.
time = 0.13, size = 233, normalized size = 1.74 \begin {gather*} \frac {2 \, \sqrt {b d f} {\rm weierstrassPInverse}\left (\frac {4 \, {\left (b^{2} d^{2} e^{2} + {\left (b^{2} c^{2} - a b c d + a^{2} d^{2}\right )} f^{2} - {\left (b^{2} c d + a b d^{2}\right )} f e\right )}}{3 \, b^{2} d^{2} f^{2}}, -\frac {4 \, {\left (2 \, b^{3} d^{3} e^{3} + {\left (2 \, b^{3} c^{3} - 3 \, a b^{2} c^{2} d - 3 \, a^{2} b c d^{2} + 2 \, a^{3} d^{3}\right )} f^{3} - 3 \, {\left (b^{3} c^{2} d - 4 \, a b^{2} c d^{2} + a^{2} b d^{3}\right )} f^{2} e - 3 \, {\left (b^{3} c d^{2} + a b^{2} d^{3}\right )} f e^{2}\right )}}{27 \, b^{3} d^{3} f^{3}}, \frac {3 \, b d f x + b d e + {\left (b c + a d\right )} f}{3 \, b d f}\right )}{b d f} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(1/2)/(d*x+c)^(1/2)/(f*x+e)^(1/2),x, algorithm="fricas")

[Out]

2*sqrt(b*d*f)*weierstrassPInverse(4/3*(b^2*d^2*e^2 + (b^2*c^2 - a*b*c*d + a^2*d^2)*f^2 - (b^2*c*d + a*b*d^2)*f
*e)/(b^2*d^2*f^2), -4/27*(2*b^3*d^3*e^3 + (2*b^3*c^3 - 3*a*b^2*c^2*d - 3*a^2*b*c*d^2 + 2*a^3*d^3)*f^3 - 3*(b^3
*c^2*d - 4*a*b^2*c*d^2 + a^2*b*d^3)*f^2*e - 3*(b^3*c*d^2 + a*b^2*d^3)*f*e^2)/(b^3*d^3*f^3), 1/3*(3*b*d*f*x + b
*d*e + (b*c + a*d)*f)/(b*d*f))/(b*d*f)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {a + b x} \sqrt {c + d x} \sqrt {e + f x}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)**(1/2)/(d*x+c)**(1/2)/(f*x+e)**(1/2),x)

[Out]

Integral(1/(sqrt(a + b*x)*sqrt(c + d*x)*sqrt(e + f*x)), x)

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(b*x+a)^(1/2)/(d*x+c)^(1/2)/(f*x+e)^(1/2),x, algorithm="giac")

[Out]

integrate(1/(sqrt(b*x + a)*sqrt(d*x + c)*sqrt(f*x + e)), x)

________________________________________________________________________________________

Mupad [F]
time = 0.00, size = -1, normalized size = -0.01 \begin {gather*} \int \frac {1}{\sqrt {e+f\,x}\,\sqrt {a+b\,x}\,\sqrt {c+d\,x}} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/((e + f*x)^(1/2)*(a + b*x)^(1/2)*(c + d*x)^(1/2)),x)

[Out]

int(1/((e + f*x)^(1/2)*(a + b*x)^(1/2)*(c + d*x)^(1/2)), x)

________________________________________________________________________________________